home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / door / gapcdr.zip / WHATS.NEW < prev   
Text File  |  1992-01-12  |  1KB  |  35 lines

  1.  
  2. 01/12/91
  3.  
  4.   Since the new MASM 6 does not like the word WAIT to be used as
  5.   a procedure name, the function wait() has been changed to timer().
  6.   
  7.   If you are converting from a previous version of GAPCDR, please
  8.   note that line 3 of the Door Configuration File (the one that was
  9.   either a 0 for GAP or a 1 for PCB, has been removed. GAPCDR no
  10.   longer cares what BBS system it is operating under.
  11.  
  12.     The CNF file now has just 4 required lines. Please consult
  13.     the documentation for the proper format of the Door Configuration
  14.     File.
  15.  
  16.   The show_file function no longer supports the old GAP AnsiCmds
  17.   to clear the screen and disable the More prompt.
  18.  
  19.     Future releases of GAPCDR will include support for the full
  20.     replaceable parameter command set of GAP and PCB.
  21.  
  22.   GAPCDR now writes directly to the screen (and is fully DESQview
  23.   compatible). It contains its own built in ANSI driver. Because
  24.   of the built in ANSI driver, if you used one of the C console
  25.   output statements (printf, cputs, etc), you need to change
  26.   those statments to use the GAPCDR functions of lputs or lputc.
  27.  
  28.     If you use C's console output statments to write to the local
  29.     screen, your local screen will be quite a mess!
  30.  
  31.   All of the GAPCDR functions are now documented. A printed and 
  32.   bound manual is also available. Many new functions were added
  33.   and they are all explained in the manual.
  34.  
  35.